home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / mainmenu / 00133.ls < prev    next >
Encoding:
Text File  |  1995-04-04  |  116 b   |  10 lines

  1. on exitFrame
  2.   if the soundBusy of 1 then
  3.     go("IntroSongLoop")
  4.   end if
  5. end
  6.  
  7. on mouseDown
  8.   go("Title loop")
  9. end
  10.